ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MultiSelect<T> Class / CheckOnFilter Property

In This Topic
    CheckOnFilter Property (MultiSelect<T>)
    In This Topic
    Gets or sets a value that determines whether the MultiSelectListBox in the drop-down should automatically select all the filtered items when the filter text changes.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property CheckOnFilter As Boolean
    [DefaultValue(true)]
    public bool CheckOnFilter {get; set;}
    Remarks
    The default value for this property is true.
    See Also